'Declaration
Public Overridable ReadOnly Property TopLeftCellsTemplate As CellTemplate
'Usage
Dim instance As FlexGridBase(Of T) Dim value As CellTemplate value = instance.TopLeftCellsTemplate
public virtual CellTemplate TopLeftCellsTemplate {get;}
public read-only property TopLeftCellsTemplate: CellTemplate; virtual;
public function get TopLeftCellsTemplate : CellTemplate
public: __property virtual CellTemplate* get_TopLeftCellsTemplate();
public: virtual property CellTemplate^ TopLeftCellsTemplate { CellTemplate^ get(); }